home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / ip / slip / svr4 / README next >
Encoding:
Text File  |  1994-06-20  |  1.5 KB  |  50 lines

  1. Note: Files are compressed with gzip which is available from all GNU
  2. archive sites.
  3.  
  4. =====
  5.  
  6. slip.tar.gz - contains the sources of SLIP. To build and install slip
  7.     driver and its utilities from the sources do the following:
  8.  
  9.     transfer slip.tar.gz
  10.     type "gunzip slip.tar.gz"
  11.     type "tar xvf slip.tar"
  12.     type "cd src"
  13.     type "make"
  14.  
  15. =====
  16.  
  17. slip.vj.tar.gz - essentially an update of the above, with Van Jacobson (VJ)
  18.     header compression included.  This is also known as CSLIP.  If the 
  19.     other end of your line supports VJ Header Compression or CSLIP, 
  20.     this can improve your performance significantly.  Transfer and
  21.     install using the same procedure as slip.tar.gz.
  22.  
  23. =====
  24.  
  25. slip.pkg.tar.gz - contains the binaries of SLIP in the pkgadd format.
  26.     Note: This does NOT include the VJ Header Compression/CSLIP mods.
  27.     To install SLIP and its utilities do the following:
  28.  
  29.     type "cd /usr/spool/pkg"
  30.     transfer slip.pkg.tar.gz.
  31.     type "gunzip slip.pkg.tar.gz"
  32.     type "tar xvf slip.pkg.tar"
  33.     type "pkgadd"
  34.  
  35. =====
  36.  
  37. tslip-2.8.tar.gz - Similar to slip.vj.tar.gz, but supports transparent 
  38.     dial-out on demand (i.e., when packets appear from the ip driver), 
  39.     including login chat scripts.  Connections are dropped during idle 
  40.     periods and transparently re-established when needed.  Dialing uses 
  41.     Taylor UUCP routines, and hence regular uucp configuration files.
  42.     See the README file in the distribution for special instructions.
  43.  
  44.     tslip was contributed by Jim Avera (jima@netcom.com).
  45.  
  46. =====
  47.  
  48. Good luck!
  49.  
  50.